home *** CD-ROM | disk | FTP | other *** search
/ Gamecube Preview CD ROM / 04 - Gamecube Preview CD-ROM.iso / pc / site / gamecube.swf / scripts / DefineButton2_462 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2001-09-17  |  252 b   |  11 lines

  1. on(press){
  2.    if(_root.browser == "iewin")
  3.    {
  4.       getUrl("javascript:void openScreenWindow(\'screenshots/starfox/5.html\', \'screens\')", "");
  5.    }
  6.    else
  7.    {
  8.       getUrl("popscreen.html?url=screenshots/starfox/5.html", "pop");
  9.    }
  10. }
  11.